home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / develop / ad2mac.arc / READ.ME < prev    next >
Text File  |  1989-08-04  |  2KB  |  74 lines

  1.  
  2.             READ.ME File                04 AUG. 1989
  3.  
  4.            Motorola Development Systems
  5.  
  6. This file contains the information about AD2MAC.EXE execution procedure and
  7. tips on how to build the AD2MAC.EXE.
  8.  
  9. ===============================================================================
  10. Here is a summary of necessary software you need:
  11.  
  12.     ---  2500AD SOFTWARE INC. 6805 MACRO ASSEMBLER
  13.     ---  2500AD SOFTWARE INC. 68C11 MACRO ASSEMBLER
  14.     ---  AD2MAC.C
  15.     ---  GETOPT.C
  16.     ---  MICROSOFT C 5.1 OPTIMIZING COMPILER
  17.     ---  MOTOROLA INC. HDS*.EXE 1.0 UTILITIES ON FREEWARE BBS
  18.  
  19. ===============================================================================
  20. Information for purchasing the software products as following:
  21.  
  22.             2500AD SOFTWARE INC.
  23.             109 BROOKDALE AVE, BOX 480
  24.             BUENA VISTA, CO   81211
  25.             (719)   395-8683
  26.  
  27.             MICROSOFT CORPORATION
  28.             16011 NE 36TH WAY, BOX 97017
  29.             REDMOND, WA   98073-9717
  30.             (800)   426-9400
  31.  
  32.             MICROPROCESSOR PRODUCTS GROUP
  33.             DEVELOPMENT SYSTEMS
  34.             6501 WILLIAM CANNON DRIVE WEST,
  35.             AUSTIN, TEXAS   78735-8598
  36.             (512)   891-2840
  37.  
  38. ===============================================================================
  39.  
  40. PROCEDURE STEPS
  41. ===============
  42.  
  43. 1   Building the AD2MAC.EXE
  44. ===========================
  45.  
  46.     Using the Microsoft C 5.1 Optimizing Compiler.
  47.  
  48.     C>CL  AD2MAC.C    GETOPT.C
  49.  
  50.     The AD2MAC.C is written to extract the symbol name and value from the
  51. symbol table in the assembly listing file.  The file GETOPT.C is a function
  52. program that must be linked together with the AD2MAC.C to process the options
  53. on the command line.
  54.  
  55.  
  56. 2   Creating the Assembly Macro File
  57. ====================================
  58.  
  59.     See AD*.BAT files for details.
  60.  
  61.     C>AD05T TEST05
  62.     C>AD11T TEST11
  63.  
  64.     I used HDS*.EXE utilities to get the .MEM and .MAC files to the HDS-300
  65. disk as per AD*.BAT.  The AD05T and AD11T batch files are copies of the AD05
  66. and AD11 batch files with the "rem "s removed to enable the HDS*.EXE utils
  67. per the documentation in the batch file.
  68.  
  69. ==============================================================================
  70.  
  71. Any information can be refer to AD2MAC.DOC.
  72.  
  73. ===  EOF  ===
  74.